Skip to content

Added example LinkedList visualization#323

Open
faenwitee wants to merge 1 commit into
devfrom
feature/example-linkedlist-visualization
Open

Added example LinkedList visualization#323
faenwitee wants to merge 1 commit into
devfrom
feature/example-linkedlist-visualization

Conversation

@faenwitee

Copy link
Copy Markdown
Collaborator

Proposed Changes

Added a "Linked List View" that sits alongside the existing memory model canvas. It's generated from the same elements/memory model data via a structural detector (class instance with a next attribute pointing to another instance of the same class, terminating at None), and renders linked-list chains with their variable labels (head, current, etc.) in a separate panel.

Screenshots of your changes (if applicable) Screenshot 2026-06-17 at 1 38 17 PM Screenshot 2026-06-17 at 1 38 24 PM Screenshot 2026-06-17 at 1 38 39 PM Screenshot 2026-06-17 at 1 38 51 PM Screenshot 2026-06-17 at 1 39 07 PM

Type of Change

(Write an X or a brief description next to the type or types that best describe your changes.)

Type Applies?
🚨 Breaking change (fix or feature that would cause existing functionality to change)
New feature (non-breaking change that adds functionality) X
🐛 Bug fix (non-breaking change that fixes an issue)
🎨 User interface change (change to user interface; provide screenshots) X
♻️ Refactoring (internal change to codebase, without changing functionality)
🚦 Test update (change that only adds or modifies tests)
📚 Documentation update (change that only updates documentation)
📦 Dependency update (change that updates a dependency)
🔧 Internal (change that only affects developers or continuous integration)

Checklist

(Complete each of the following items for your pull request. Indicate that you have completed an item by changing the [ ] into a [x] in the raw text, or by clicking on the checkbox in the rendered description on GitHub.)

Before opening your pull request:

  • I have performed a self-review of my changes.
    • Check that all changed files included in this pull request are intentional changes.
    • Check that all changes are relevant to the purpose of this pull request, as described above.
  • I have added tests for my changes, if applicable.
    • This is required for all bug fixes and new features.
  • I have updated the project documentation, if applicable.
    • This is required for new features.
  • If this is my first contribution, I have added myself to the list of contributors.

After opening your pull request:

Questions and Comments

Still gathering feedback on the split-panel UX before considering this final. Open to alternative layouts if the panel placement feels awkward in practice.

@faenwitee faenwitee requested a review from anbu1504 June 17, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant